projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e9218
)
(P_): Definitions deleted.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Mar 2002 04:33:33 +0000
(
04:33
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Mar 2002 04:33:33 +0000
(
04:33
+0000)
lwlib/lwlib.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib.c
b/lwlib/lwlib.c
index f7e68925c9c338fd2ed153485273cb190b2027ea..22761993e56a7bdb1cca162649022ab66e8c7b36 100644
(file)
--- a/
lwlib/lwlib.c
+++ b/
lwlib/lwlib.c
@@
-75,14
+75,6
@@
char *lwlib_toolkit_type = "motif";
char *lwlib_toolkit_type = "lucid";
#endif
-#ifndef P_
-#if defined __STDC__ || defined PROTOTYPES
-#define P_(x) x
-#else
-#define P_(x) ()
-#endif
-#endif
-
static widget_value *merge_widget_value P_ ((widget_value *,
widget_value *,
int, int *));